Contribution org.nuxeo.ecm.platform.publisher.treeManager.contrib--plugin
In component org.nuxeo.ecm.platform.publisher.treeManager.contrib
org.nuxeo.ecm.platform.publisher.treeManager.contrib
inside nuxeo-platform-publisher-web-6.0.jar
This contribution is part of XML component Documentation
Configuration for the Nuxeo EP tree used in Manage publication tab.
Displays only Folderish objects, not marked as hidden in navigation
Extension Point
Extension point plugin of component treeManager.Contributed Items
XML Source
<extension point="plugin" target="org.nuxeo.ecm.platform.treeManager">
<documentation>
Configuration for the Nuxeo EP tree used in Manage publication tab.
Displays only Folderish objects, not marked as hidden in navigation
</documentation>
<treeManagerPlugin name="publication">
<excludedFacets>
<facet name="HiddenInNavigation"/>
</excludedFacets>
<includedFacets>
<facet name="Folderish"/>
</includedFacets>
</treeManagerPlugin>
</extension>